tapaio build fix
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 19 Mar 2008 14:12:12 +0000 (14:12 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 19 Mar 2008 14:12:12 +0000 (14:12 +0000)
commitf9aa19ee3ae6f1331da86a543436dc7b250e9c36
tree0573798a670b0db45f9842863b24bfe7be14fe4b
parent418e3b2d342c9fdf87048940922e9cdfd0d1b47d
tapaio build fix

With some combinations of compiler flags (no optimization, -Werror),
the compiler may complain that the function doesn't have a return
statement (even if the function actually just never returns), reported
as bug 1128. This adds a dummy return statement.

Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
tools/blktap/drivers/tapaio.c